cbuffer g_GlobalConstantBufferStencilShadows : register (b3)
{
  float3  vLightPos   : packoffset(c0.xyz); // position of the light
  float   vLightDist  : packoffset(c0.w);   // distance of the light
  float4  vPlane      : packoffset(c1);     // plane
}
